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";
|
description = "offline APT package manager";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = [ maintainers.falsifian ];
|
maintainers = [ maintainers.falsifian ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user