Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/build-support/fetchbzr/default.nix

16 lines
253 B
Nix
Raw Normal View History

Add `fetchbzr', to retrieve remote Bazaar repositories. svn path=/nixpkgs/trunk/; revision=12924
2008-09-26 08:57:51 +00:00
{ stdenv, bazaar }:
fetchbzr, fetchdarcs, fetchhg: use `rev` attr This makes it match the behaviour of fetchgit and fetchsvn, so it's easier to write scripts that support all of them.
2014-06-28 20:33:28 +02:00
{ url, rev, sha256 }:
Add `fetchbzr', to retrieve remote Bazaar repositories. svn path=/nixpkgs/trunk/; revision=12924
2008-09-26 08:57:51 +00:00
stdenv.mkDerivation {
name = "bzr-export";
builder = ./builder.sh;
buildInputs = [ bazaar ];
outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = sha256;
fetchbzr, fetchdarcs, fetchhg: use `rev` attr This makes it match the behaviour of fetchgit and fetchsvn, so it's easier to write scripts that support all of them.
2014-06-28 20:33:28 +02:00
inherit url rev;
Add `fetchbzr', to retrieve remote Bazaar repositories. svn path=/nixpkgs/trunk/; revision=12924
2008-09-26 08:57:51 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 1662ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API