mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
librepods: set __structuredAttrs & strictDeps
(cherry picked from commit b1cdb7273b)
This commit is contained in:
parent
6934efb5f5
commit
67ee546516
1 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
pname = "librepods";
|
||||
version = "0.2.5";
|
||||
|
||||
__structuredAttrs = true;
|
||||
strictDeps = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kavishdevar";
|
||||
repo = "librepods";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue