From 3bb41b8f239a07a25db2f0fea26ec0e8cdc83c07 Mon Sep 17 00:00:00 2001 From: Simon Streit Date: Mon, 19 Jun 2023 21:30:03 +0200 Subject: siguix: Remove swaylock-no-pam. * siguix/packages/swaylock-no-pam.scm: Delete file. --- siguix/packages/swaylock-no-pam.scm | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 siguix/packages/swaylock-no-pam.scm diff --git a/siguix/packages/swaylock-no-pam.scm b/siguix/packages/swaylock-no-pam.scm deleted file mode 100644 index 999954e..0000000 --- a/siguix/packages/swaylock-no-pam.scm +++ /dev/null @@ -1,34 +0,0 @@ -;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2023 Simon Streit -;;; -;;; This file is NOT part of GNU Guix. -;;; -;;; GNU Guix is free software; you can redistribute it and/or modify it -;;; under the terms of the GNU General Public License as published by -;;; the Free Software Foundation; either version 3 of the License, or (at -;;; your option) any later version. -;;; -;;; GNU Guix is distributed in the hope that it will be useful, but -;;; WITHOUT ANY WARRANTY; without even the implied warranty of -;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -;;; GNU General Public License for more details. -;;; -;;; You should have received a copy of the GNU General Public License -;;; along with GNU Guix. If not, see . - -(define-module (siguix packages swaylock-no-pam) - #:use-module ((guix licenses) #:prefix license:) - #:use-module (guix packages) - #:use-module (guix download) - #:use-module (guix git-download) - #:use-module (guix build-system gnu) - #:use-module (guix build-system glib-or-gtk) - #:use-module (guix gexp) - #:use-module (gnu packages) - #:use-module (gnu packages wm)) - -(define-public swaylock-no-pam - (package/inherit swaylock - (name "swaylock-no-pam") - (arguments - (list #:configure-flags #~'("-Dpam=disabled"))))) -- cgit v1.2.3