disorderfs: move to pkgs/by-name
this shouldn't create any rebuilds
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@
|
||||
pkg-config,
|
||||
fuse,
|
||||
attr,
|
||||
asciidoc,
|
||||
asciidoc-full,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
asciidoc
|
||||
asciidoc-full
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
@@ -1718,10 +1718,6 @@ with pkgs;
|
||||
plugins = lib.filter (p: p ? pluginName) (builtins.attrValues discourse.plugins);
|
||||
};
|
||||
|
||||
disorderfs = callPackage ../tools/filesystems/disorderfs {
|
||||
asciidoc = asciidoc-full;
|
||||
};
|
||||
|
||||
dino = callPackage ../applications/networking/instant-messengers/dino { };
|
||||
|
||||
dnschef = python3Packages.callPackage ../tools/networking/dnschef { };
|
||||
|
||||
Reference in New Issue
Block a user