mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
fdtools: set platforms to linux only
Seems like there is portability trouble preventing it from working on darwin and likely also BSDs. The website says: > On some systems (currently only Linux, as far as I know) they can > also allocate, lock, and switch virtual consoles.
This commit is contained in:
parent
82b3b20d72
commit
4b0741093d
@ -76,7 +76,7 @@ in stdenv.mkDerivation {
|
||||
homepage = "https://code.dogmap.org./fdtools/";
|
||||
description = "A set of utilities for working with file descriptors";
|
||||
license = lib.licenses.gpl2;
|
||||
platforms = lib.platforms.all;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.Profpatsch ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user