Merge pull request #116776 from sternenseemann/fdtools-fix-gcc-clang
fdtools: set platforms to linux only
This commit is contained in:
commit
2bb10a1617
@ -76,7 +76,7 @@ in stdenv.mkDerivation {
|
|||||||
homepage = "https://code.dogmap.org./fdtools/";
|
homepage = "https://code.dogmap.org./fdtools/";
|
||||||
description = "A set of utilities for working with file descriptors";
|
description = "A set of utilities for working with file descriptors";
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = [ lib.maintainers.Profpatsch ];
|
maintainers = [ lib.maintainers.Profpatsch ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user