Merge pull request #245747 from anoadragon453/anoa/debian_debscripts_darwin

debian-devscripts: update `platforms` to `platforms.unix`
This commit is contained in:
7c6f434c 2023-07-27 17:36:47 +00:00 committed by GitHub
commit 869d0f85f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};
}