mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
apt-offline: set platforms to linux
(Only tested on Linux; might work on other systems.)
This commit is contained in:
parent
727c8981ad
commit
c6e4e366e5
@ -23,6 +23,6 @@ buildPythonPackage rec {
|
||||
description = "offline APT package manager";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.falsifian ];
|
||||
platforms = platforms.all;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user