cabal2nix-2.9.3: test/golden-test-cases/nix-paths.nix.golden
{ mkDerivation, base, nix, process, stdenv }:
mkDerivation {
pname = "nix-paths";
version = "1.0.1";
sha256 = "deadbeef";
libraryHaskellDepends = [ base process ];
libraryToolDepends = [ nix ];
homepage = "https://github.com/peti/nix-paths";
description = "Knowledge of Nix's installation directories";
license = stdenv.lib.licenses.bsd3;
}