mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
tremor: rename according to our docs
https://nixos.org/nixpkgs/manual/#sec-package-naming I forgot to include this commit in the parent merge.
This commit is contained in:
parent
65cf335715
commit
bbe8c1e593
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ stdenv, fetchgit, autoreconfHook, pkgconfig, libogg }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "tremor-git-${src.rev}";
|
||||
name = "tremor-unstable-2018-03-16";
|
||||
|
||||
src = fetchgit {
|
||||
url = https://git.xiph.org/tremor.git;
|
||||
|
|
Loading…
Reference in a new issue