From 65d0e651223571a7f06613f380287a1d7cdccd6e Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Thu, 27 Jul 2023 11:29:42 +0100 Subject: [PATCH] debian-devscripts: change platforms to platforms.unix --- pkgs/tools/misc/debian-devscripts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/debian-devscripts/default.nix b/pkgs/tools/misc/debian-devscripts/default.nix index 6109ef3b0c08f..e1ee9757fe89a 100644 --- a/pkgs/tools/misc/debian-devscripts/default.nix +++ b/pkgs/tools/misc/debian-devscripts/default.nix @@ -76,6 +76,6 @@ in stdenv.mkDerivation rec { description = "Debian package maintenance scripts"; license = licenses.free; # Mix of public domain, Artistic+GPL, GPL1+, GPL2+, GPL3+, and GPL2-only... TODO maintainers = with maintainers; [raskin]; - platforms = with platforms; linux; + platforms = platforms.unix; }; }