blob b88e3ad1e6f00871d84f908e15a03b28a40ad93b 706 bytes (raw)
name: pkgs/os-specific/linux/mdevd/default.nix # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
| | { lib, skawarePackages }:
with skawarePackages;
buildPackage {
pname = "mdevd";
version = "0.1.3.0";
sha256 = "0spvw27xxd0m6j8bl8xysmgsx18fl769smr6dsh25s2d5h3sp2dy";
description = "mdev-compatible Linux hotplug manager daemon";
platforms = lib.platforms.linux;
outputs = [ "bin" "out" "dev" "doc" ];
configureFlags = [
"--with-sysdeps=${skalibs.lib}/lib/skalibs/sysdeps"
"--with-include=${skalibs.dev}/include"
"--with-lib=${skalibs.lib}/lib"
];
postInstall = ''
# remove all mdevd executables from build directory
rm $(find -type f -mindepth 1 -maxdepth 1 -executable)
mv doc $doc/share/doc/mdevd/html
mv examples $doc/share/doc/mdevd/examples
'';
}
|
debug log:
solving b88e3ad1e6f ...
found b88e3ad1e6f in https://inbox.spectrum-os.org/spectrum-devel/20210411115740.29615-4-hi@alyssa.is/
applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/20210411115740.29615-4-hi@alyssa.is/
diff --git a/pkgs/os-specific/linux/mdevd/default.nix b/pkgs/os-specific/linux/mdevd/default.nix
new file mode 100644
index 00000000000..b88e3ad1e6f
Checking patch pkgs/os-specific/linux/mdevd/default.nix...
Applied patch pkgs/os-specific/linux/mdevd/default.nix cleanly.
index at:
100644 b88e3ad1e6f00871d84f908e15a03b28a40ad93b pkgs/os-specific/linux/mdevd/default.nix
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://spectrum-os.org/git/crosvm
https://spectrum-os.org/git/doc
https://spectrum-os.org/git/mktuntap
https://spectrum-os.org/git/nixpkgs
https://spectrum-os.org/git/spectrum
https://spectrum-os.org/git/ucspi-vsock
https://spectrum-os.org/git/www
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).