Unverified Commit 869d0f85 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #245747 from anoadragon453/anoa/debian_debscripts_darwin

debian-devscripts: update `platforms` to `platforms.unix`
parents 6774f3fc 65d0e651
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}