apt-offline: set platforms to linux

(Only tested on Linux; might work on other systems.)
This commit is contained in:
James Cook 2014-03-10 13:38:24 -07:00
parent 727c8981ad
commit c6e4e366e5

View file

@ -23,6 +23,6 @@ buildPythonPackage rec {
description = "offline APT package manager";
license = licenses.gpl3;
maintainers = [ maintainers.falsifian ];
platforms = platforms.all;
platforms = platforms.linux;
};
}