tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
openxpki: mark as broken
Robin Gloster
6 years ago
dfd64de8
a622c533
+1
1 changed file
expand all
collapse all
unified
split
pkgs
servers
openxpki
default.nix
+1
pkgs/servers/openxpki/default.nix
···
78
license = stdenv.lib.licenses.asl20;
79
maintainers = with stdenv.lib.maintainers; [ tstrobel ];
80
platforms = with stdenv.lib.platforms; linux;
0
81
};
82
}
···
78
license = stdenv.lib.licenses.asl20;
79
maintainers = with stdenv.lib.maintainers; [ tstrobel ];
80
platforms = with stdenv.lib.platforms; linux;
81
+
broken = true; # broken with openssl 1.1 (v2.x might fix this)
82
};
83
}